ktap software package provides lightweight script-based dynamic tracing tool for Linux, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install ktap
ktap is installed in your system.
Make ensure the ktap package were installed using the commands given below,
$ sudo dpkg-query -l | grep ktap *
You will get with ktap package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Development |
| Package | ktap |
| Version | 0.4+git20160427-1 |
| Description | lightweight script-based dynamic tracing tool for Linux |
| Sub Section | devel |